home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Games of Daze
/
Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso
/
djgpp
/
go32
/
fs
/
wild.h
< prev
next >
Wrap
C/C++ Source or Header
|
1995-03-21
|
84b
|
7 lines
#ifndef _WILD_H_
#define _WILD_H_ 1
int wild(char *pattern, char *string);
#endif